github.com/klauspost/compress/fse.byteReader.b (field)

7 uses

	github.com/klauspost/compress/fse (current package)
		bytereader.go#L13: 	b   []byte
		bytereader.go#L19: 	b.b = in
		bytereader.go#L30: 	b2 := b.b[b.off:]
		bytereader.go#L41: 	return b.b[b.off:]
		bytereader.go#L46: 	return len(b.b) - b.off
		decompress.go#L137: 			bitCount -= (uint)(8 * (len(b.b) - 4 - b.off))
		decompress.go#L138: 			b.off = len(b.b) - 4